The Users page allows you to add multiple users via the dialog. If you need to add significant numbers at once there are several additional options.
Via Single Sign-on
The easiest way is to enable auto-provisioning of new users on first login. This allows any user authenticated by your SAML 2.0 or OAuth 2.0 provider to create PagerDuty account. Single Sign-on can be configured by Account owners on all Standard & Enterprise accounts.
With your Customer Success Manager
If you’re looking to add 25 or more users, put them in a CSV file and contact support@pagerduty.com so they can import them for you.
From other tools:
Users can be imported from:
- Active Directory
- ServiceNow Scroll to “Provisioning Users to PagerDuty”
Use our API or a Script:
- Our REST API has a /users endpoint that accepts users as JSON. To add multiple users call it in a loop.
- You can also use this Ruby script to import users from a CSV